de.cebis.moccabox.io.view.page
Class PageView

java.lang.Object
  extended by de.cebis.moccabox.io.view.template.TemplateView
      extended by de.cebis.moccabox.io.view.page.PageView
All Implemented Interfaces:
View, java.io.Serializable, java.lang.Cloneable

public class PageView
extends TemplateView

Implementierung einer TemplateView, die der Repräsentation einer Seite als Behälter der Repräsentation eines IO dient. Angaben werden durch das korrespondierende Template interpretiert. Spezifiziert wird die PageView z.B. über einen entsprechenden Eintrag in der moccapart_x.xml.

 <view id="standardpage" viewhandler="de.cebis.moccabox.io.view.page.PageView">
  <configuration xsi:type="vr:templateConfiguration" configurator="de.cebis.moccabox.io.view.template.config.xmlbeans.TemplateViewConfigurator">
   <template>standardpage.ftl</template>
  </configuration>
 </view>
 

Author:
pietsch
See Also:
AttributeViewConfigurator, Serialized Form

Field Summary
 
Fields inherited from class de.cebis.moccabox.io.view.template.TemplateView
modelNode, template, viewElementBean
 
Constructor Summary
PageView()
           
 
Method Summary
 
Methods inherited from class de.cebis.moccabox.io.view.template.TemplateView
applyViewCommand, createCopy, getModelNode, getTemplate, resetView, setModelNode, setTemplate, setViewElementBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageView

public PageView()